GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-28T08:14:53.6704204+00:00",
"SubmitDate": "2026-02-28T08:14:53.6704204+00:00",
"ReportPeriodStart": "2026-02-28T08:14:53.6704204+00:00",
"ReportPeriodEnd": "2026-02-28T08:14:53.6704204+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "68bd89f8-26a5-4d76-aecc-331db9c05d90",
"Rows": [
{
"ItemId": "6ca3fa9f-a97a-42a8-b431-6432581e563f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6ca3fa9f-a97a-42a8-b431-6432581e563f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "68bd89f8-26a5-4d76-aecc-331db9c05d90",
"Rows": [
{
"ItemId": "6ca3fa9f-a97a-42a8-b431-6432581e563f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6ca3fa9f-a97a-42a8-b431-6432581e563f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"00fc4a1f-a781-4091-bf5f-7437804d7476",
"6a0040f1-47fa-441a-af86-e3ece4274edb"
],
"Approvers": [
"0d0d5a92-efd2-4065-bbba-69c8ebfc5845",
"d14f5138-b3dd-4dd8-ba1d-50ddc7b2ebd4"
],
"ApprovedBy": "268ff422-2376-498a-a2d8-cd6009216a8e",
"ApprovalDate": "2026-02-28T08:14:53.6704204+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3c325522-66f5-40c7-bf93-f43148f6fe19",
"id": "a5bfc5ae-e503-4d63-b4b5-4235ec849e67",
"ConfigId": "6ffc0c4c-e745-4b2e-8893-5421ed30bc14"
},
{
"GenerationDate": "2026-02-28T08:14:53.6704204+00:00",
"SubmitDate": "2026-02-28T08:14:53.6704204+00:00",
"ReportPeriodStart": "2026-02-28T08:14:53.6704204+00:00",
"ReportPeriodEnd": "2026-02-28T08:14:53.6704204+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "68bd89f8-26a5-4d76-aecc-331db9c05d90",
"Rows": [
{
"ItemId": "6ca3fa9f-a97a-42a8-b431-6432581e563f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6ca3fa9f-a97a-42a8-b431-6432581e563f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "68bd89f8-26a5-4d76-aecc-331db9c05d90",
"Rows": [
{
"ItemId": "6ca3fa9f-a97a-42a8-b431-6432581e563f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6ca3fa9f-a97a-42a8-b431-6432581e563f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"00fc4a1f-a781-4091-bf5f-7437804d7476",
"6a0040f1-47fa-441a-af86-e3ece4274edb"
],
"Approvers": [
"0d0d5a92-efd2-4065-bbba-69c8ebfc5845",
"d14f5138-b3dd-4dd8-ba1d-50ddc7b2ebd4"
],
"ApprovedBy": "268ff422-2376-498a-a2d8-cd6009216a8e",
"ApprovalDate": "2026-02-28T08:14:53.6704204+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3c325522-66f5-40c7-bf93-f43148f6fe19",
"id": "a5bfc5ae-e503-4d63-b4b5-4235ec849e67",
"ConfigId": "6ffc0c4c-e745-4b2e-8893-5421ed30bc14"
}
]